SftTree/OCX 7.0

SftTree.RowColPictureAlign Property

Softel vdm, Inc.

Defines the position of the graphic displayed in the row/column header.

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ImageHAlign and RowColumnHeader.ImageVAlign instead

Syntax       

Get

VB.NET

Align = object.RowColPictureAlign  As SftTreeAlignConstants

VB

Align = object.RowColPictureAlign  As SftTreeAlignConstants

C#.NET

SftTreeAlignConstants Align = object.RowColPictureAlign;

VC++

enum SftTreeAlignConstants Align = object->RowColPictureAlign;
enum SftTreeAlignConstants Align = object->GetRowColPictureAlign();

C

HRESULT object->get_RowColPictureAlign(enum SftTreeAlignConstants* Align);

Delphi

Align := object.RowColPictureAlign  : TOleEnum;

Put

VB.NET

object.RowColPictureAlign = Align  As SftTreeAlignConstants

VB

object.RowColPictureAlign = Align  As SftTreeAlignConstants

C#.NET

SftTreeAlignConstants object.RowColPictureAlign = Align;

VC++

enum SftTreeAlignConstants object->RowColPictureAlign = Align;
void object->PutRowColPictureAlign(enum SftTreeAlignConstants Align);

C

HRESULT object->put_RowColPictureAlign(enum SftTreeAlignConstants Align);

Delphi

object.RowColPictureAlign := Align  : TOleEnum;

object

A SftTree object.

Align

Defines the position of the graphic displayed in the row/column header.

One value of each of the following tables can be combined and used as Align value:

Horizontal Alignment

Value

Description

alignSftTreeLeft 

0

The graphic is on the left of the row/column header text.  If no horizontal alignment value is specified, this is the default.

alignSftTreeCenter

1

The graphic is centered in the row/column header.  The row/column header text is not displayed.

alignSftTreeRight 

2

The graphic is on the right of the row/column header text.

Vertical Alignment

Value

Description

alignSftTreeVCenter

16

The graphic is vertically centered.  If no vertical alignment value is specified, this is the default.

alignSftTreeTop

32

The graphic is aligned with the top of the available area.

alignSftTreeBottom

64

The graphic is aligned with the bottom of the available area.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use RowColumnHeader.ImageHAlign and RowColumnHeader.ImageVAlign instead

The RowColPictureAlign property defines the position of the graphic displayed in the row/column header.

The row/column header graphic is defined using the RowColumnHeader.Image property.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com